找传奇、传世资源到传世资源站!

网上商城购物系统( C#源码)

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

【例子介绍】网上商城购物系统( C#源码)
书上的源码《C#数据库系统开发案例精选》

【相关图片】

from clipboard

from clipboard

【源码结构】

.
├── AutoOrderInface.suo
├── 网上商城购物系统
│   └── NetShop
│       ├── App_Code
│       │   ├── CommonProperty.cs
│       │   ├── DBClass.cs
│       │   ├── MangerClass.cs
│       │   ├── SaveSubGoodsClass.cs
│       │   ├── UserInfoClass.cs
│       │   └── randomCode.cs
│       ├── App_Data
│       │   ├── Read.txt
│       │   ├── bmxy.txt
│       │   ├── bzzx.txt
│       │   ├── db_NetShop.mdf
│       │   ├── db_NetShop_log.ldf
│       │   ├── jkfs.txt
│       │   ├── jytk.txt
│       │   ├── psfw.txt
│       │   └── thhyz.txt
│       ├── Images
│       │   ├── Thumbs.db
│       │   ├── admin_title_bg_head.gif
│       │   ├── admin_title_bg_quit.gif
│       │   ├── admin_title_bg_show.gif
│       │   ├── admin_top_bg.gif
│       │   ├── admin_top_close.gif
│       │   ├── admin_top_open.gif
│       │   ├── ftp
│       │   │   ├── Thumbs.db
│       │   │   ├── 图书.gif
│       │   │   ├── 服装.gif
│       │   │   ├── 电子.gif
│       │   │   ├── 礼品.gif
│       │   │   ├── 音乐.gif
│       │   │   ├── 服饰1.gif
│       │   │   ├── 服饰2.gif
│       │   │   ├── 服饰3.gif
│       │   │   ├── 服饰4.gif
│       │   │   ├── 化妆品.gif
│       │   │   ├── 日用品.gif
│       │   │   ├── 化妆品1.gif
│       │   │   ├── 化妆品2.gif
│       │   │   ├── 化妆品3.gif
│       │   │   ├── 化妆品4.gif
│       │   │   ├── 数码摄影.gif
│       │   │   ├── 鲜花绿植.gif
│       │   │   ├── 时尚礼品1.gif
│       │   │   ├── 电脑软件1.gif
│       │   │   ├── 鲜花绿植1.gif
│       │   │   ├── 时尚礼品2.gif
│       │   │   ├── 电脑软件2.gif
│       │   │   ├── 鲜花绿植2.gif
│       │   │   ├── 时尚礼品3.gif
│       │   │   ├── 电脑软件3.gif
│       │   │   ├── 鲜花绿植3.gif
│       │   │   ├── 时尚礼品4.gif
│       │   │   ├── 电脑软件4.gif
│       │   │   └── 鲜花绿植4.gif
│       │   ├── icon_7.gif
│       │   ├── icons_customers.gif
│       │   ├── icons_orders.gif
│       │   ├── index
│       │   │   ├── Thumbs.db
│       │   │   ├── banner.jpg
│       │   │   ├── navigation.jpg
│       │   │   ├── 书.jpg
│       │   │   ├── 登录.jpg
│       │   │   ├── 化妆品.jpg
│       │   │   ├── 最底部.jpg
│       │   │   ├── 产品展销---最底部.jpg
│       │   │   ├── 名字空白.JPG
│       │   │   ├── 交易条款.jpg
│       │   │   ├── 保密协议.jpg
│       │   │   ├── 影视音乐.jpg
│       │   │   ├── 数码摄影.jpg
│       │   │   ├── 日用家具.jpg
│       │   │   ├── 时尚礼品.jpg
│       │   │   ├── 服装服饰.jpg
│       │   │   ├── 热销商品.jpg
│       │   │   ├── 特价商品.jpg
│       │   │   ├── 电脑软件.jpg
│       │   │   ├── 精品推荐.jpg
│       │   │   ├── 结款方式.jpg
│       │   │   ├── 配送范围.jpg
│       │   │   ├── 鲜花绿植.jpg
│       │   │   ├── 后台入口条.jpg
│       │   │   ├── 退换货原则.jpg
│       │   │   ├── 左侧导航背景.jpg
│       │   │   ├── 左右两侧背景.jpg
│       │   │   ├── 精品推荐下面部分.jpg
│       │   │   └── 网上商城购物系统后台登录页面.jpg
│       │   └── 产品图片
│       │       ├── 书
│       │       │   ├── Thumbs.db
│       │       │   ├── 书1.gif
│       │       │   ├── 书2.gif
│       │       │   ├── 书3.gif
│       │       │   └── 书4.gif
│       │       ├── 服饰
│       │       │   ├── Thumbs.db
│       │       │   ├── 服饰1.gif
│       │       │   ├── 服饰2.gif
│       │       │   ├── 服饰3.gif
│       │       │   └── 服饰4.gif
│       │       ├── 化妆品
│       │       │   ├── Thumbs.db
│       │       │   ├── 化妆品1.gif
│       │       │   ├── 化妆品2.gif
│       │       │   ├── 化妆品3.gif
│       │       │   └── 化妆品4.gif
│       │       ├── 影视音乐
│       │       │   ├── Thumbs.db
│       │       │   ├── 影视音乐1.gif
│       │       │   └── 影视音乐2.gif
│       │       ├── 数码摄影
│       │       │   ├── Thumbs.db
│       │       │   ├── 数码摄影1.gif
│       │       │   ├── 数码摄影2.gif
│       │       │   └── 数码摄影4.gif
│       │       ├── 日用家居
│       │       │   ├── Thumbs.db
│       │       │   ├── 日用家居1.gif
│       │       │   ├── 日用家居2.gif
│       │       │   ├── 日用家居3.gif
│       │       │   └── 日用家居4.gif
│       │       ├── 时尚礼品
│       │       │   ├── Thumbs.db
│       │       │   ├── 时尚礼品1.gif
│       │       │   ├── 时尚礼品2.gif
│       │       │   ├── 时尚礼品3.gif
│       │       │   └── 时尚礼品4.gif
│       │       ├── 电脑软件
│       │       │   ├── 4.gif
│       │       │   ├── Thumbs.db
│       │       │   ├── 电脑软件1.gif
│       │       │   ├── 电脑软件2.gif
│       │       │   └── 电脑软件3.gif
│       │       └── 鲜花绿植
│       │           ├── Thumbs.db
│       │           ├── 鲜花绿植1.gif
│       │           ├── 鲜花绿植2.gif
│       │           ├── 鲜花绿植3.gif
│       │           └── 鲜花绿植4.gif
│       ├── Manger
│       │   ├── AdminIndex.aspx
│       │   ├── AdminIndex.aspx.cs
│       │   ├── Category.aspx
│       │   ├── Category.aspx.cs
│       │   ├── CategoryAdd.aspx
│       │   ├── CategoryAdd.aspx.cs
│       │   ├── EditProduct.aspx
│       │   ├── EditProduct.aspx.cs
│       │   ├── Left.aspx
│       │   ├── Left.aspx.cs
│       │   ├── Login.aspx
│       │   ├── Login.aspx.cs
│       │   ├── Main.aspx
│       │   ├── Main.aspx.cs
│       │   ├── Manager.aspx
│       │   ├── Manager.aspx.cs
│       │   ├── Member.aspx
│       │   ├── Member.aspx.cs
│       │   ├── MemberAdd.aspx
│       │   ├── MemberAdd.aspx.cs
│       │   ├── OrderList.aspx
│       │   ├── OrderList.aspx.cs
│       │   ├── OrderModify.aspx
│       │   ├── OrderModify.aspx.cs
│       │   ├── Payment.aspx
│       │   ├── Payment.aspx.cs
│       │   ├── Product.aspx
│       │   ├── Product.aspx.cs
│       │   ├── ProductAdd.aspx
│       │   ├── ProductAdd.aspx.cs
│       │   ├── ShipArea.aspx
│       │   ├── ShipArea.aspx.cs
│       │   ├── Shipping.aspx
│       │   ├── Shipping.aspx.cs
│       │   ├── Top.aspx
│       │   ├── Top.aspx.cs
│       │   ├── imagery.aspx
│       │   └── imagery.aspx.cs
│       ├── MasterPage
│       │   ├── MasterPage.master
│       │   └── MasterPage.master.cs
│       ├── NetShop (3).sln
│       ├── NetShop (3).suo
│       ├── User
│       │   ├── AddAdvancePay.aspx
│       │   ├── AddAdvancePay.aspx.cs
│       │   ├── CheckOut.aspx
│       │   ├── CheckOut.aspx.cs
│       │   ├── ClassGoods.aspx
│       │   ├── ClassGoods.aspx.cs
│       │   ├── CommitGoods.aspx
│       │   ├── CommitGoods.aspx.cs
│       │   ├── GoodsDetail.aspx
│       │   ├── GoodsDetail.aspx.cs
│       │   ├── Help.aspx
│       │   ├── Help.aspx.cs
│       │   ├── RHDGoods.aspx
│       │   ├── RHDGoods.aspx.cs
│       │   ├── Register.aspx
│       │   ├── Register.aspx.cs
│       │   ├── ShipFeeInfo.aspx
│       │   ├── ShipFeeInfo.aspx.cs
│       │   ├── UpdateMember.aspx
│       │   ├── UpdateMember.aspx.cs
│       │   ├── index.aspx
│       │   └── index.aspx.cs
│       ├── UserControl
│       │   ├── Help.ascx
│       │   ├── Help.ascx.cs
│       │   ├── LoadingControl.ascx
│       │   ├── LoadingControl.ascx.cs
│       │   ├── MHelp.ascx
│       │   ├── MHelp.ascx.cs
│       │   ├── ShoppingCarControl.ascx
│       │   ├── ShoppingCarControl.ascx.cs
│       │   ├── bottom.ascx
│       │   ├── bottom.ascx.cs
│       │   ├── navigationControl.ascx
│       │   └── navigationControl.ascx.cs
│       ├── Web.config
│       └── css
│           └── css.css
└── 网上商城购物系统( C#源码)_.rar

22 directories, 206 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复